From 794cb6236fa256f8074c56f372eba05526e7c066 Mon Sep 17 00:00:00 2001 From: real-zephex Date: Tue, 2 Apr 2024 22:41:19 +0530 Subject: UI Upgrades for anime section. --- src/app/manga/[title]/[id]/info.module.css | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'src/app/manga/[title]/[id]/info.module.css') diff --git a/src/app/manga/[title]/[id]/info.module.css b/src/app/manga/[title]/[id]/info.module.css index a36658a..96635e3 100644 --- a/src/app/manga/[title]/[id]/info.module.css +++ b/src/app/manga/[title]/[id]/info.module.css @@ -9,7 +9,8 @@ justify-content: space-between; align-items: center; padding: 5px; - backdrop-filter: blur(5px); + background-color: #35353565; + backdrop-filter: blur(7px); } @@ -71,11 +72,17 @@ .CharacterEntry { + display: flex; + flex-direction: column; + align-items: center; + width: auto; margin: 5px; } .CharacterEntry p { + margin: 10px auto; text-align: center; + width: 110px; color: white; } -- cgit v1.2.3